{% extends 'base_exam.html' %} {% load site_tags %} {% block title %}Exam result — {{ site_settings.institute_name }}{% endblock %} {% block exam_header_meta %} {% if results_ready %}Result{% else %}Results processing{% endif %} {% endblock %} {% block content %}
{% if not results_ready %}

Exam submitted

{{ attempt.application.program.title }}

{% if attempt.was_cancelled %}

This attempt was cancelled (left the secure session).

{% else %}

Your answers are saved. Results will appear in about {{ results_delay_minutes }} minutes after submission.

{% endif %}
--:--

This page refreshes automatically when results are ready.

My certifications {% elif attempt.passed %}

Congratulations — you passed!

{{ attempt.application.program.title }}

{{ attempt.score_percent }}%
{{ attempt.correct_count }} / {{ attempt.total_asked }} correct · Pass mark {{ attempt.application.program.passing_score }}%
{% if attempt.application.certificate %}
View score & details Download soft copy
Certificate ID: {{ attempt.application.certificate.verification_code }}
Official hard copies are printed by academy staff.
{% endif %}
My certifications
{% elif attempt.was_cancelled %}

Exam cancelled

You left the secure exam session (tab, window, or full screen). This attempt was forfeited.

{{ attempt.application.program.title }}

{{ attempt.score_percent }}%
{{ attempt.correct_count }} / {{ attempt.total_asked }} correct
{% if attempt.application.status == 'pending_reattempt_payment' %}

Attempts left: {{ attempt.application.attempts_remaining }}. Pay the reattempt fee ({% format_price attempt.application.program.effective_reattempt_fee %}) to try again.

Pay reattempt fee {% elif attempt.application.status == 'failed' %}

No attempts remaining for this certification.

Back {% else %} My certifications {% endif %} {% else %}

Not passed this time

You need at least {{ attempt.application.program.passing_score }}% to clear the test.

{{ attempt.application.program.title }}

{{ attempt.score_percent }}%
{{ attempt.correct_count }} / {{ attempt.total_asked }} correct · Pass mark {{ attempt.application.program.passing_score }}%
{% if attempt.application.status == 'pending_reattempt_payment' %}
Reattempt available

Attempts left: {{ attempt.application.attempts_remaining }}. Pay the reattempt fee ({% format_price attempt.application.program.effective_reattempt_fee %}), then schedule again and get a new unlock code.

Pay reattempt fee
{% elif attempt.application.status == 'failed' %}

No attempts remaining for this certification.

Back {% else %} My certifications {% endif %} {% endif %}
{% endblock %} {% block extra_js %} {% if not results_ready %} {% endif %} {% endblock %}